@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Google Sans Flex", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #2a2a2a;
    font-variation-settings:
        "slnt" 0,
        "wdth" 100,
        "GRAD" 0,
        "ROND" 0;
}

body {
    margin: 0;
    background-color: whitesmoke;
}

a {
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar img {
    width: 200px;
}

.navbar ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin: 0;
    padding: 0;
}


.navbar a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navbar a:hover {
    color: #448e84;
}

.btn-comp {
    display: flex;
    gap: 10px;
}

.navbar2 {
    display: flex;
    display: none;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

.navbar2 ul {
    display: flex;
    list-style: none;
    justify-content: space-around;
    gap: 40px;
    margin: 0;
    padding: 0;
}


.navbar2 a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease;
}

.navbar2 a:hover {
    color: #448e84;
}



.footer {
    background-color: #008080;
    color: white;
    padding: 20px;
    margin-top: 50px;




}

.f-content {
    display: flex;
    /* text-align: left; */
    color: white;
    justify-content: space-evenly;
    /* align-content: baseline; */
    /* gap: 100px; */
}

.f-section {
    max-width: 500px;
    color: white;
    /* margin: 30px auto auto auto; */

    align-self: baseline;



    flex-wrap: wrap;
    gap: 100px;

}

.f-section img {
    width: 420px;
    margin-top: -20px;
    height: 100px;
}

.f-section p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: small;
    color: white;
}

.f-section p b {
    margin: 0;
    font-size: small;
    color: white;
}

.f-section2,
.f-section2 h3,
.f-section2 p {
    color: white;
}



.button01 {
    height: 25px;
    width: 120px;
    font-size: small;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    color: white;
    background-color: #000000;

}

.button01:hover {
    box-shadow: .5px .5px 150px #252525;
}











.button {
    height: 50px;
    width: 150px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    color: white;
    background-color: #448e84;

}

.button:hover,
.button01:hover {
    box-shadow: .5px .5px 150px #252525;
}

.type1::after {
    content: "Go Now";
    height: 50px;
    width: 150px;
    background-color: black;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(50px);
    font-size: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1::before {

    height: 50px;
    width: 150px;
    background-color: #fff;
    color: #008080;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translateY(0px) scale(1.2);
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

.type1:hover::after {
    transform: translateY(0) scale(1.2);
}

.type1:hover::before {
    transform: translateY(-50px) scale(0) rotate(120deg);
}












.button6 {
    height: 50px;
    width: 150px;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    background-color: #448e84;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
    font-size: 16px;
    z-index: 1;
}


.button6-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.button6 svg {
    z-index: 3;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

.button6 .button-text {
    color: white;
    z-index: 3;
    position: relative;
    transition: transform 0.3s ease;
}


.button6:hover {
    box-shadow: .5px .5px 150px #252525;
    transform: translateY(-2px);
}

.button6:hover svg {
    transform: scale(1.1);
}

.button6:hover .button-text {
    transform: translateY(-1px);
}


.type6::after {
    content: "Contact Now";
    height: 50px;
    width: 150px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    font-size: 16px;
    border-radius: 30px;
}

.type6::before {
    content: "";
    height: 50px;
    width: 150px;
    background-color: #448e84;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
    border-radius: 30px;
}


.type6::before,
.type6::after {
    pointer-events: none;
}

.type6:hover::after {
    transform: translateY(0);
}

.type6:hover::before {
    transform: translateY(-100%);
}


.button6:hover .button6-content {
    transform: translateY(-50px);
}


.button6:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(37, 37, 37, 0.2);
}


@media (max-width: 768px) {
    .button6 {
        height: 45px;
        width: 140px;
        font-size: 15px;
    }

    .button6 svg {
        width: 35px;
        height: 35px;
    }

    .type6::after,
    .type6::before {
        height: 45px;
        width: 140px;
    }
}















@media screen and (max-width: 916px) {


    .navbar img {
        width: 150px;
        height: auto;
    }

    .page-contents li {

        font-size: smaller;
    }


    .f-content {
        display: flex;
        justify-content: center;
        text-align: left;
        color: white;

        gap: 10px;
    }

    .f-section {
        width: fit-content;
        color: white;
        margin: 30px 0 0 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        gap: 0px;
    }

    .f-section img {
        width: 220px;
        height: auto;
        margin-top: -20px;
        display: inline-block;
    }

    .f-section p {
        width: 400px;
        display: inline;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: xx-small;
        color: white;
        display: inline;
    }

    .f-section2 {
        display: none;
    }

    .f-section p b {
        margin: 0;
        font-size: xx-small;
        color: white;
    }


    form {
        max-width: 400px;
        margin: 0px 0;
        display: flex;
    }


    form input {
        flex: 1;
        height: 25px;
        padding: 0 18px;
        border-radius: 30px;
        border: none;
        outline: none;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.15);
        color: #fff;

    }

    form input::placeholder {
        color: #3dcbe0;
    }
}

@media screen and (max-width: 820px) {


    .navbar .page-contents {
        display: none;
    }

    .navbar2 {
        display: flex;

        justify-content: center;
        font-size: medium;
        padding: 10px;

        align-items: center;
    }


    .navbar2 ul {
        display: flex;

        list-style: none;
        justify-content: space-around;
        gap: 40px;

        margin: 0;
        padding: 0;
    }





    .button {
        height: 35px;
        width: 120px;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        color: white;
        background-color: #448e84;
        font-size: small;

    }

    .button:hover,
    .button01:hover {
        box-shadow: .5px .5px 150px #252525;
    }

    .type1::after {
        content: "Register Now";
        height: 35px;
        width: 120px;
        background-color: black;
        color: #fff;
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(50px);
        font-size: small;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }

    .type1::before {

        height: 35px;
        width: 120px;
        background-color: #fff;
        color: #008080;
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translateY(0px) scale(1.2);

        font-size: small;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s ease-in-out;
    }

















    .button6 {
        height: 35px;
        width: 120px;
        border-radius: 30px;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
        background-color: #448e84;
        color: white;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
        font-weight: 500;
        font-size: small;

        z-index: 1;
    }

    .button6 svg {
        z-index: 3;
        width: 20px;
        height: 20px;
        transition: transform 0.3s ease;
    }



    .type6::after {
        content: "Contact Now";
        height: 35px;
        width: 120px;
        background-color: #000000;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(100%);
        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-weight: 500;
        font-size: 16px;
        border-radius: 30px;
    }
}




























main {
    align-content: center;
    display: flex;
    justify-content: center;
    padding: 20px;
}


.join-form {
    max-width: 500px;
    width: 100%;
    background: white;
    align-content: center;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.legend {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #3b82f6;
}

.form-group {
    margin-bottom: 1rem;
}

label {
    display: block;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
}

input,
select {
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-size: 0.95rem;
    line-height: 1.4;
}

input:focus,
select:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

.radio-group {
    display: flex;
    gap: 1rem;
    margin-top: 0.25rem;
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: normal;
    font-size: 0.9rem;
    margin-bottom: 0;
}

button[type="submit"] {
    width: 100%;
    padding: 0.75rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.75rem;
}

button[type="submit"]:hover {
    background: #2563eb;
}

/* Compact responsive layout */
@media (min-width: 640px) {
    .compact-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}